This page last changed on Jun 18, 2005 by orogers.

This task writes the detected modifications for the current integration to a file as xml. This enables the modifications to be used by external programs, such as within a NAnt build script.

Minimal configuration example:

<modificationWriter />

Full configuration example:

<modificationWriter>
     <filename>mods.xml</filename>
     <path></path>
</modificationWriter>

Configuration Elements:

Node Description Type Required Default
filename The filename for the file containing the modifications. string false modifications.xml
path The directory to write the xml file to. string false the artifact directory
Document generated by Confluence on Jun 26, 2005 17:22